home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / sossnt.zip / SOSSNT / RPC / BCOPY.H < prev    next >
Text File  |  1993-03-06  |  160b  |  6 lines

  1. void bcopy(char *,char*,int);
  2. void bcopy_nf(char *,char *,int);
  3. void bcopy_fn(char *,char *,int);
  4. void bcopy_ff(char *,char *,int);
  5. void bzero(char*,int);
  6.